home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Shareware World / Info / For Developers / The Big Hairy Installer / The Instructions / 2. Template Guide < prev    next >
Text File  |  1999-01-28  |  5KB  |  116 lines

  1. Big Hairy Template Guide
  2.  
  3. Template     Description
  4. Number  
  5. 1.           This page shows a splash graphic on it.
  6.              Keys:
  7.               picture1 this is the large graphic
  8.               title the title at the top of the page
  9.               text1 the main text under the graphic
  10.               action the title at the bottom of the page
  11.               hideRight toggles the ability to continue
  12.               hideLeft toggles the ability to go back
  13.               next the next page after this one
  14.               activeBackground the path to a graphic to use
  15.                          as a background.
  16.  
  17. 2.           This page shows a licensing agreement.
  18.              Keys:
  19.               condition the name of the condition file
  20.               title the title at the top of the page
  21.               agreement1 the licensing agreement
  22.               text1 the main text under the agreement
  23.               action the title at the bottom of the page
  24.               hideRight toggles the ability to continue
  25.               hideLeft toggles the ability to go back
  26.               next the next page after this one
  27.               activeBackground the path to a graphic to use
  28.                          as a background.
  29.  
  30.  
  31. 3.           This page shows an icon of a separate task or app
  32.                    to launch.
  33.              Keys:
  34.               condition the name of the condition file
  35.               title the title at the top of the page
  36.               filename the path and name from the installer
  37.                          to the app.
  38.               text1 the main text over the launch button
  39.               action the title at the bottom of the page
  40.               quitnow set this to true if you want the installer
  41.                          to quit immediately after launching the
  42.                          app. (if you leave this option out, the
  43.                          installer will not quit after it launches
  44.                          the other task or app)
  45.               forget set this to true if you want the installer
  46.                          to not pick up where it left off upon
  47.                          restart. (If you leave this option out,
  48.                          the installer will make an alias to itself
  49.                          and pick up where it left off on restart)
  50.               hideRight toggles the ability to continue
  51.               hideLeft toggles the ability to go back
  52.               next the next page after this one
  53.                             activeGraphic the path to a graphic to use as a 
  54.                          button.
  55.               activeBackground the path to a graphic to use
  56.                          as a background.
  57.               AltIconID the id number of the icon in the app's
  58.                          resource fork.
  59.  
  60.  
  61. 4.           This page shows the path to an ‘install script’ for
  62.                    installing multiple items
  63.              Keys:
  64.               condition the name of the condition file
  65.               title the title at the top of the page
  66.               filename the path and name from the installer
  67.                          to the name of the “Install”file.
  68.                          See the Oberon Install File Guide for more info.
  69.               text1 the main text over the install button
  70.               action the title at the bottom of the page
  71.               hideRight toggles the ability to continue
  72.               hideLeft toggles the ability to go back
  73.               next the next page after this one
  74.                             activeGraphic the path to a graphic to use as a 
  75.                          button.
  76.               activeBackground the path to a graphic to use
  77.                          as a background.
  78.              AltIconID the id number of the icon in the app's
  79.                          resource fork.
  80.              AutoAdvance this flag should be set to "true"
  81.                          if you want to automatically move to the
  82.                          next screen after this action has taken place.
  83.  
  84.  
  85. 5.           This page shows a “Quit” screen, and 
  86.                    gives you lots of room to write.
  87.              Keys:
  88.               condition the name of the condition file
  89.               title the title at the top of the page
  90.               text1 the main text. This is a large block.
  91.               action the title at the bottom of the page
  92.               hideRight toggles the ability to continue
  93.               hideLeft toggles the ability to go back
  94.               activeBackground the path to a graphic to use
  95.                          as a background.
  96.  
  97. 6.           This page shows an “Options” screen, and 
  98.                    gives the user the ability to choose a course
  99.                    of action via a menu.
  100.              Keys:
  101.               condition the name of the condition file
  102.               title the title at the top of the page
  103.               menus the name of the menu file
  104.               menu title A title for the box that the menu will appear in
  105.               text1 the main text. This is a small block at the top.
  106.               action the title at the bottom of the page
  107.               hideRight toggles the ability to continue
  108.               hideLeft toggles the ability to go back
  109.               activeBackground the path to a graphic to use
  110.                          as a background.
  111.              AutoAdvance this flag should be set to "true"
  112.                          if you want to automatically move to the
  113.                          next screen after this action has taken place.
  114.  
  115.  
  116.